home *** CD-ROM | disk | FTP | other *** search
- on prepareFrame
- set the visible of sprite 2 to 0
- set the volume of sound 1 to 80
- end
-
- on exitFrame
- global objnum
- set the cursor of sprite 2 to 200
- set the visible of sprite 1 to 0
- set horizontal to the width of member "CloseView" / 2
- set vertical to the height of member "CloseView" / 2
- set the regPoint of member "CloseView" to point(horizontal, vertical)
- initial()
- playthesound(2, "..\Audio\Object\" & objnum & ".wav")
- set the visible of sprite 2 to 1
- end
-